home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / EnterAct 3.5 / Drag_on Modules / hAWK programs / $Comments < prev    next >
Encoding:
Text File  |  1992-04-05  |  287 b   |  9 lines  |  [TEXT/KEEN]

  1. #$Comments - extract lines containing or consisting of comments
  2. # - not perfect, one should rather say it prints AT LEAST all lines
  3. # that take part in comments. Total precision can be achieved - see
  4. # XRef.T
  5.  
  6. #Use with any input option, output goes to stdout.
  7.  
  8. /\/\*/, /\*\// { print }
  9.